Compare commits
	
		
			No commits in common. "eddaad807cfae69d5bc3916a5c96eebcf6319a8d" and "4feb28f172619259cb89bbf60a3f49097fdd7599" have entirely different histories.
		
	
	
		
			eddaad807c
			...
			4feb28f172
		
	
		
|  | @ -2,10 +2,9 @@ version: "3.9" | ||||||
| 
 | 
 | ||||||
| services: | services: | ||||||
|   web: |   web: | ||||||
|     image: caddy:2-alpine |     image: nginx:alpine | ||||||
|     container_name: arenos_www |     container_name: arenos_www | ||||||
|     ports: |     ports: | ||||||
|       - "2000:80" |       - "2000:80" | ||||||
|     volumes: |     volumes: | ||||||
|       - /srv/arenos-landing/html:/srv:ro |       - ./html:/usr/share/nginx/html:ro | ||||||
|       - ./Caddyfile:/etc/caddy/Caddyfile:ro |  | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user